/*
Template Name: Toner eCommerce + Admin HTML Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

.accordion-button {
    color: var(--tb-accordion-active-color);
    background-color: var(--tb-accordion-active-bg);
}
.sticky-position {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
}

.lh-base {
    text-transform: lowercase;
}

.custom-border-highlight {
    border: 1px solid #959595;
}
.store-name-size a {
    font-size: 18px !important;
    color: #000000 !important;
}

.lh-base:first-letter {
    text-transform: uppercase;
}
.error,
.red-color {
    color: rgb(187, 53, 53);
}

.inner-page-hero-banner img {
    max-height: 300px;
    object-fit: cover;
}

.gallery-product img {
    height: 180px;
    object-fit: cover;
    width: 100%;
}
.btn-success {
    background: #00bc95;
    border-color: #00bc95;
}
.ecommerce-home img {
    min-height: 400px;
    object-fit: cover;
}
.animation-nav li a::before {
    background-color: #00bc95 !important;
}
.page-link.active {
    background-color: #00bc95 !important;
    border-color: #00bc95 !important;
}

.productSwiper .swiper-slide .image-product-list {
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: 95px;
}
.productSwiper .swiper-slide .product-thumb {
    height: 80px;
    display: flex;
    align-items: center;
}

.productSwiper {
    margin-bottom: 10px;
}
.form-control.required {
    border-color: #f00;
}
@media (max-width: 767px) {
    #ecommerceHero .ecommerce-home {
        min-height: initial;
    }
    .ecommerce-navbar .navbar-collapse {
        padding-top: 50px;
    }
    .auth-page-wrapper .auth-header {
        height: 140px;
    }
    .track-orders .order-tracking::before {
        height: 100px;
        width: 2px;
        left: 51%;
    }
}
.bg-pink {
    background-color: #06d6a0;
}
.bg-pink:hover {
    background-color: #05b688;
}
.active > .page-link,
.page-link.active {
    z-index: 3;
    color: var(--tb-pagination-active-color);
    background-color: #05b688;
    border-color: #05b688;
}

/* Store page CSS */
.store-image img {
    width: 255px;
    height: 270px;
    border-radius: 20px;
    object-fit: cover;
}
.btn-text-color {
    background-color: #08235a;
    border-color: #08235a;
}
.btn-border-color {
    border-color: #08235a;
}
.btn-border-color:hover {
    border-color: #08235a;
}
.btn-text-color:hover {
    background-color: #08235a;
    border-color: #08235a;
}
.text-color {
    border-color: #08235a;
}
.input-container {
    position: relative;
    width: 300px; /* Adjust width as needed */
}
.input-container i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px; /* Adjust left position as needed */
    color: #aaa; /* Adjust icon color as needed */
}
.input-container input[type="search"] {
    padding-left: 30px; /* Adjust padding to make space for the icon */
}

.store-images {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}
.swiper-button-next,
.swiper-button-prev {
    background-color: white;
}

.store-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.store-image img {
    /* width: 150px;
    height: auto; */
    border-radius: 10px 0 0 10px;
}
.store-card-content {
    padding: 15px;
    flex-grow: 1;
}
.store-card-content h4 {
    margin-bottom: 10px;
}

.page_loader_wrapper {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_loader_wrapper .spinner-border {
    --tb-spinner-width: 6rem;
    --tb-spinner-height: 6rem;
    --tb-spinner-border-width: 0.5em;
}

@media (max-width: 767px) {
    .store-card {
        flex-direction: column;
    }
    .store-image img {
        width: 100%;
        border-radius: 10px 10px 0 0;
    }
    .store-card-content {
        padding: 15px;
        text-align: center;
    }
    .store-card-content p,
    .store-card-content a {
        margin-bottom: 5px;
    }
}
